home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / Imakefile
Makefile  |  1995-06-30  |  938b  |  26 lines

  1.  
  2. #define IHaveSubdirs
  3. #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
  4.  
  5. SUBDIRS = lib libhtmlw xpm-3.3 tiff ImageMagick endo httpd lib lds lyap \
  6.         help ashe-1.1 seyon spatial stars wais xconq xgrabsc xhearts xlock \
  7.         xmartin-2.2 xmcd-1.4 xpt xv-3.10 xpaint-2.1.1 mpeg_play-2.1 \
  8.         julia xtopo madness hop spore coral splines scripts xtartan-2.0 \
  9.         HtmlDoc sunclock llnlxftp-2.0/sources viola-3.3 xmmix-1.0 xwator \
  10.         aquarium gasket periodic willow-2.3 xtetris-2.5.2 xprompt xrename \
  11.         xmcolor-1.0 xarchie-2.0.9 xanim26978a xwall xantfarm xneko xroach-v12 \
  12.         pbmplus xsw cpicker dox-9.1 hexcalc-1.11 mfsm-1.1 unclutter-2.7 \
  13.         xascii xkeycaps-2.28 xmessage libX11config_replacements Desktop \
  14.         tclMotif-1.4 xscreensaver-1.25 xmbase-grok-1.2 xearth-0.92 xsm iv-3.1
  15.  
  16. all:: jpeg/libjpeg.a
  17.  
  18. jpeg/libjpeg.a:
  19.     cd jpeg; $(MAKE) libjpeg.a
  20.  
  21. includes::
  22.     cd jpeg; sh ./configure CC=$(CC)
  23.  
  24. MakeSubdirs($(SUBDIRS))
  25. DependSubdirs($(SUBDIRS))
  26.